[第二週] 變數的型態


可分為

  • Primitive
    • 布林 (boolean): true, false
    • 數字 (number) : 所有數字,包含小數
    • 字串 (string) :用雙引號或單引號包起來
  • 物件 (Objects) : null, array
  • 未定義 (undefined)
  • 函式 (function)

#variable






你可能感興趣的文章

React with SPA Blog

React with SPA Blog

去除陣列中的黑名單(以物件屬性檢查)

去除陣列中的黑名單(以物件屬性檢查)

[Excel] 顯示所有隱藏欄位

[Excel] 顯示所有隱藏欄位






留言討論